#Make SameSize ZK/ZG
LMB:This will copy the Dimension value from the smaller Object (Z-Axis) to the larger Object.**_
RMB:This will copy the Dimension value from the bigger Object (Z-Axis) to the smaller Object.
Make_Same_Size(2,0)
#END
[OnRightMouseButton!]  
Make_Same_Size(2,1)
#END

